home *** CD-ROM | disk | FTP | other *** search
/ Swagman - Digital Press Kit (Europe) / Swagman - Digital Press Kit (Europe).bin / pc / xtras / shared.cst / 00056.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  192 b   |  12 lines

  1. on exitFrame
  2.   stayhere
  3.   ctrlbar
  4.   
  5.   if rollover (5) then
  6.     set the visible of sprite 5 to true
  7.     updatestage
  8.   else
  9.     set the visible of sprite 5 to false
  10.     updatestage
  11.   end if
  12. end